home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 1080 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  817 b 

  1. Path: modicon.de!usenet
  2. From: rkaufman@modicon.de (Reinhold Kaufmann)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: Warp: How to address objects?
  5. Date: 28 Feb 1996 08:31:08 GMT
  6. Organization: AEG Schneider Automation, Germany
  7. Distribution: inet
  8. Message-ID: <4h13sc$f8r@case2.modicon.de>
  9. References: <63eSMVeQjhB@cirrus.ruhr.de>
  10. Reply-To: rkaufman@modicon.de (Reinhold Kaufmann)
  11. NNTP-Posting-Host: pce304.modicon.de
  12. X-Newsreader: IBM NewsReader/2 v1.2
  13.  
  14. In <63eSMVeQjhB@cirrus.ruhr.de>, tueben@cirrus.ruhr.de (Uwe Tueben) writes:
  15. >
  16. >  result=SysDestroyObject(<DRIVE_A>)
  17. >
  18. >results in
  19. >
  20. >  5 +++   result = SysDestroyObject(< DRIVE_A >);
  21. >  REX0035: Error 35 running D:\rexxtest\test.cmd, line 5: Invalid
  22. >  expression
  23.  
  24. Just use 
  25. result=SysDestroyObject('<DRIVE_A>')
  26.  
  27. -------------------
  28. Reinhold Kaufmann
  29. rkaufman@modicon.de
  30.  
  31.